BETTER AI DRIVING ADDON v1.0.0


HANDLING.META
place handling.meta
-> update.rpf/common/data
This might conflict with certain AI driving or custom traffic or car modifications


VEHICLEAIHANDLINGINFO.META:
place vehicleaihandlinginfo.meta
-> update.rpf/common/data/ai



GAMECONFIG.XML:
A) place gameconfig.xml
-> update.rpf/common/data





B) Or use your custom gameconfig.xml and add, at the 
<Config type="CGameConfig">
                <PoolSizes>

subsection, those lines:
			<Item>
							<PoolName>CAIHandlingInfo</PoolName> <!-- required for mod , hash:-->
							<PoolSize value="9"/>	<!-- or higher -->
                        </Item>
			<Item>
							<PoolName>CAICurvePoint</PoolName> <!-- required for mod, hash: 0x7CBA2292 -->
							<PoolSize value="191"/>  <!-- or higher -->
                        </Item>

.

C) Or use this mod: https://www.gta5-mods.com/misc/gta-5-gameconfig-300-cars



VenatorMods
@Credit